sizegroup: Use for loops
authorBenjamin Otte <otte@redhat.com>
Thu, 1 Nov 2012 23:06:02 +0000 (00:06 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 4 Nov 2012 14:24:17 +0000 (15:24 +0100)
commita1f6887f176edfc271f9489bb73017c14d1176ff
tree4ba606eb3e8f1b2ad243e151bdcb450845b277f5
parent8796fe6d1c6838c41a0cae75fd532d59498b631d
sizegroup: Use for loops

For loops to loop over lists look nicer and actually do the right thing
with "break" and "continue" statements. So they are vastly preferred to
while loops.
gtk/gtksizegroup.c